GL_SPHERE_MAP



glTexGeni ( GL_S, GL_TEXTURE_GEN_MODE, GL_SPHERE_MAP );
glEnable ( GL_TEXTURE_GEN_{ S, T } );




Texture Coordinates = T x f (Reflected Vector(Eye Coordinates))
- Texture fixed in Eye Space -

[GL_SPHERE_MAP (small)]